翻訳と辞書
Words near each other
・ Pebble Beach Golf Links
・ Pebble Beach Road Races
・ Pebble Beach Sunset Acres, Texas
・ Pebble Beach, California
・ Pebble bed
・ Pebble bed modular reactor
・ Pebble Brook School
・ Pebble City, Georgia
・ Pebble crab
・ Pebble Creek
・ Pebble Creek (Elkhorn River)
・ Pebble Creek Formation
・ Pebble Creek High Montessori School
・ Pebble Creek, Florida
・ Pebble Creek, Idaho
Pebble game
・ Pebble Hill
・ Pebble Hill Plantation
・ Pebble Hill, Alabama
・ Pebble in the Sky
・ Pebble Island
・ Pebble Island Settlement
・ Pebble Mill at One
・ Pebble Mill Studios
・ Pebble Mine
・ Pebble motion problems
・ Pebble Time
・ Pebble to a Pearl
・ Pebble Township
・ Pebble Township, Dodge County, Nebraska


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Pebble game : ウィキペディア英語版
Pebble game
:For the popular game, see Go (game).
In mathematics and computer science, a pebble game is a type of mathematical game played by moving "pebbles" or "markers" on a directed graph. A variety of different pebble games exist. A general definition of pebbling is given below.
* Pebbling is a game that involves placing pebbles on the vertices of a directed acyclic graph ''G'' according to certain rules.
*
* A given step of the game consists of either placing a pebble on an empty vertex of ''G'' or removing a pebble from a previously pebbled vertex.
*
* A vertex may be pebbled only if all its predecessors have pebbles.
*
* The object of the game is to successively pebble each vertex of ''G'' (in any order) while minimizing the number of pebbles that are ever on the graph simultaneously.
* Running time: The trivial solution is to pebble an ''n''-vertex graph in ''n'' steps using ''n'' pebbles. Hopcroft, Paul and Valiant 〔J. Hopcroft, W. Paul and L. Valiant, On Time versus space, J. Assoc. Comput. Mach. 1977〕 showed that any vertex of an ''n''-vertex graph can be pebbled with O(''n''/log ''n'') pebbles where the constant depends on the maximum in-degree. This enabled them to prove that DTIME(''f''(''n'')) is contained in DSPACE(''f''(''n'')/log ''f''(''n'')) for all time-constructible ''f''. Lipton and Tarjan 〔Richard J. Lipton and Robert E. Tarjan, Applications of a Planar Separator Theorem, SIAM J. Comput. 1980〕 showed that any ''n''-vertex planar acyclic directed graph with maximum in-degree ''k'' can be pebbled using O( √''n'' + ''k'' log2  ''n'') pebbles. They also proved that it is possible to obtain a substantial reduction in pebbles while preserving a polynomial bound on the number of pebbling steps with a theorem that any ''n''-vertex planar acyclic directed graph with maximum in-degree ''k'' can be pebbled using O(''n''2/3 +''k'') pebbles in O(''n''5/3 ) time. Alon, Seymour and Thomas 〔Noga Alon , Paul Seymour , Robin Thomas, A Separator Theorem for Graphs with an Excluded Minor and its Applications, ACM, 1990.〕 showed that any ''n''-vertex acyclic directed graph with no ''k''h -minor and with maximum in-degree ''k'' can be pebbled using O(''h''3/2 ''n''1/2 +''k'' log ''n'') pebbles.
* An extension of this game, known as "black-white pebbling", was developed by Stephen Cook and Ravi Sethi in a 1976 paper. It also adds white pebbles, which may be placed at any vertex at will, but can only be removed if all the vertex's immediate descendant vertices are also pebbled. The goal remains to place a black pebble on the target vertex, but the pebbling of adjacent vertices may be done with pebbles of either color.
* Takumi Kasai et al. developed a game in which a pebble may be moved along an edge-arrow to an unoccupied vertex only if a second pebble is located at a third, control vertex; the goal is to move a pebble to a target vertex. This variation makes the pebble game into a generalization of games such as Chinese checkers and Halma. They determined the computational complexity of the one and two-player versions of this game, and special cases thereof. In the two-player version, the players take turns moving pebbles. There may also be constraints on which pebbles a player can move.
* Pebbling may be used to extend Ehrenfeucht–Fraïssé games.
== See also ==

Graph pebbling: A certain number of pebbles are distributed among the vertices of an undirected graph; the goal is to move at least one to a particular target vertex. But to move one pebble to an adjacent vertex, another pebble at the same vertex must be discarded.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Pebble game」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.